var vendor/golang.org/x/net/http2/hpack.staticTable
8 uses
vendor/golang.org/x/net/http2/hpack (current package)
encode.go#L92: i, nameValueMatch = staticTable.search(f)
encode.go#L99: return j + uint64(staticTable.len()), nameValueMatch
hpack.go#L193: return d.dynTab.table.len() + staticTable.len()
hpack.go#L201: if i <= uint64(staticTable.len()) {
hpack.go#L202: return staticTable.ents[i-1], true
hpack.go#L211: return dt.ents[dt.len()-(int(i)-staticTable.len())], true
static_table.go#L6: var staticTable = &headerFieldTable{
tables.go#L121: if t != staticTable {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |